//==============================================================================
// ajax_anim.txt
//==============================================================================


//==============================================================================
anim None
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax
         }
     }
  }
}


//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define Sword
{
//   TechLogic none/Bronze Infantry Weapons/Iron Infantry Weapons
   set hotspot
   {
      version
      {
         Visual Weapon Sword Bastard
      }
   }
}



//==============================================================================

anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_idleA
            connect RightHand Sword hotspot
         }
      }
   }
}

//==============================================================================

anim Bored
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_boredA
            connect RightHand Sword hotspot
         }
      }
   }
}
//==============================================================================
anim CastAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry E Hero_attackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
            connect RightHand Sword hotspot

         }
      }
      set hotspot
      {
         version
         {
            Visual Infantry E Hero_attackB
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
            connect RightHand Sword hotspot

         }
      }
      set hotspot
      {
         version
         {
            Visual Infantry E Hero_attackC
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
            connect RightHand Sword hotspot

         }
      }
   }
}

//==============================================================================

anim Build
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Infantry E Hero_summonA
            connect RightHand Sword hotspot

         }
      }
   }
}

//==============================================================================
anim attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_attackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
            connect RightHand Sword hotspot
         }
      }
   }
}

//==============================================================================
anim walkattack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_attackA
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
            connect RightHand Sword hotspot
         }
      }
   }
}

//==============================================================================

anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_deathA
            connect RightHand Sword hotspot 
            connect TopOfHead blood hotspot
         }
      }
   }
}

//==============================================================================

anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_walkA
            connect RightHand Sword hotspot
         }
      }
   }
}


//==============================================================================

anim run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario G Ajax_runA
            connect RightHand Sword hotspot
         }
      }
   }
}
